home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Gamer Resource Kit / Hardcore Gamer Resource Kit - Disc 3.iso / utility / 3dfix.zip / README.TXT < prev   
Text File  |  1997-01-03  |  4KB  |  95 lines

  1. ****************************************************************************
  2. **** This is a work-around to prevent 3dfx cards enabling themselves in ****
  3. **** all full screen DOS sessions after abnormal termination of a DOS   ****
  4. **** based 3dfx application.                                            ****
  5. ****************************************************************************
  6.  
  7. PLEASE NOTE: This is not an official fix provided by 3dfx Inc, nor do I work
  8.              for 3dfx nor am I affiliated with 3dfx in any way. I just own
  9.              one of their products!
  10.  
  11. I am an owner of a 3dfx based Righteous 3D video card, and am very pleased
  12. with it. However, I noticed a very annoying bug in the drivers provided with
  13. the card. When a 3dfx application terminates abnormally (sometimes even when
  14. it ends like normal), the next time I try and go into a full screen DOS
  15. session, my computer thinks the Righteous 3D is active and displays what
  16. is in the Righteous 3D frame buffer. This results in my monitor turning
  17. completely black.
  18.  
  19. I found a very simple solution to this problem, however, just by writing a
  20. simple little batch file to run a program 3dfx provides to force the display
  21. back to the 2-D card.
  22.  
  23. Files Included in this thing:
  24. -----------------------------
  25. FSDOS.BAT    An example batch file (should work for most people)
  26. PASS.EXE     A utility 3dfx provides to manually switch to the 2-D card
  27. README.TXT   What you are reading
  28. FILE_ID.DIZ  For BBS purposes
  29.  
  30. How to use this simple fix:
  31. ---------------------------
  32.  
  33. ***************************************************************************
  34. MAKE SURE YOU PUT PASS.EXE IN YOUR C:\WINDOWS DIRECTORY (or some other
  35. directory in the search path) !!!!!! Otherwise it won't be found and your
  36. DOS session will give a "Bad command or filename" error.
  37. ***************************************************************************
  38.  
  39. 1. Create a directory, and in there place the included files.
  40.  
  41. 2. Somehow edit the properties of any or all of your MS-DOS Prompt shortcuts.
  42.    What I did was open a DOS prompt like normal and force the display into a
  43.    windowed mode. Then click on the "Properties" button at the top (looks
  44.    like a hand holding a piece of paper).
  45.  
  46. 3. Go to "Program" and next to a field that says "Batch File" there should
  47.    be a blank. Put the full pathname to the batch file that runs PASS.EXE
  48.    in this blank (FSDOS.BAT in this case) and apply these changes.
  49.  
  50. 4. Repeat this process for any and all DOS sessions that are affected by
  51.    the problem.
  52.  
  53. ***************************************************************************
  54. MAKE SURE YOU PUT PASS.EXE IN YOUR C:\WINDOWS DIRECTORY (or some other
  55. directory in the search path) !!!!!! Otherwise it won't be found and your
  56. DOS session will give a "Bad command or filename" error.
  57. ***************************************************************************
  58.  
  59. Here is whats in the batch file:
  60.  
  61.      @echo off
  62.      pass.exe  
  63.  
  64.  
  65. Thats it!
  66.  
  67. If a DOS based game has created a shortcut on your Start Menu and you need
  68. to run this PASS.EXE program to switch the screen to the 2-D card, just edit
  69. the game's Properties like before and see what happens. 
  70.  
  71. I have used this method and closed Tomb Raider down while running, and the
  72. next MS-DOS prompt comes up in full screen perfectly by using this method.
  73.  
  74. Feel free to edit the batch file to your needs, I just provided it mainly as
  75. an example.
  76.  
  77.  
  78. Have fun...
  79.  
  80. Robbie Diehl
  81. E-Mail: lepper@parodius.com
  82.  
  83.  
  84. Disclaimer:
  85. -----------
  86.  
  87. If for some reason your computer spontaneously combusts, or something else
  88. goes wrong as a result of applying this work-around, I am not responsible!
  89. The included exe was not programmed by me, it was written by 3dfx and
  90. originally included in their S3 fix for 864/964/868/968 based cards. I just
  91. decided to include it with a batch file and procedural description for
  92. convenience sake.
  93.  
  94.  
  95.